home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / mb_lp15.zip / LP15.DOC < prev    next >
Text File  |  1993-05-05  |  2KB  |  54 lines

  1.  
  2. LP file printing utility version 1.5 copyright 1989 by Matt Blaze
  3.  
  4. SYNOPSIS:
  5.  
  6.     lp [options] file [file...]
  7.  
  8. DESCRIPTION:
  9.  
  10.     Lp is a simple printer utility designed to send paginated output to
  11.     a printer.  The behavior of lp is controled by command line arguments
  12.     with which the user may specify optional flags to alter the default
  13.     printer parameters, followed by the names of the file(s) to be printed.
  14.  
  15.     Flags are specified BEFORE the files you want them to affect, as follows:
  16.  
  17.     -p: Print header on each page
  18.     -n: do Not print header (default)
  19.     -s: pause between Sheets
  20.     -f: do not use Formfeed, use newlines
  21.     -v: Verbose mode (tells you about illegal chars in files)
  22.     -h N: set form Height to N lines (default=66 or HEIGHT environment)
  23.     -w N: set Width to N characters per line (default=80 or WIDTH environment)
  24.     -m N: set N line Margin at top and bottom of form (default=3 or MARGIN env)
  25.     -t N: Tab stops every N columns (default=8 or TAB environment)
  26.     -d DEVICE: send output to DEVICE (default="PRN:" or PRINTER environment)
  27.     --: print to stdout
  28.     - (by itself): prints from standard input
  29.  
  30. This is user supported software, and is distributed without charge.
  31.  
  32. The lp printer utility was written in the C language by Matt Blaze and is
  33. free to anyone who wants it.  It is copyrighted, and may not be sold or
  34. otherwise distributed for commericial gain without the written consent of
  35. the owner.  You may (and I hope you will) give it away to anyone who can
  36. use it or install it on any computer system you like provided that no
  37. attempt is made to alter this message and no charge is imposed.
  38.  
  39. If you like this program and find it useful, please send whatever you
  40. think it's worth and can afford to:
  41.  
  42.         Matt Blaze
  43.         401 East 89 Street
  44.         New York, NY 10128
  45.  
  46. If you send at least $15 AND a blank diskette along with postage, I'll
  47. send along the current version of this program along with source code
  48. and more complete documentation.
  49.  
  50. (Future plans include printing line numbers and indented left margin)
  51.  
  52. This program is copyright 1985, 1987, 1988, 1989 by Matt Blaze.
  53. All rights reserved.
  54.